home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / theLifeArk.swf / scripts / DefineSprite_809 / frame_149 / DoAction.as
Encoding:
Text File  |  2011-09-19  |  246 b   |  9 lines

  1. _global.scene.cloud.setFullWater();
  2. if(!_global.scene.steamScoreOver)
  3. {
  4.    _global.scene.steamScoreOver = true;
  5.    _global.ctn.game.addScore(354,478,50,65);
  6.    _global.ctn.game.addScore(20,Math.round(10 * Math.random()),50,65);
  7. }
  8. stop();
  9.